Welcome![Sign In][Sign Up]
Location:
Search - bmp file

Search list

[Documentsbmp_fileformat

Description: .bmp 文件格式-. bmp file format
Platform: | Size: 10240 | Author: | Hits:

[GDI-Bitmap打开BMP文件带预览功能

Description: 打开BMP文件带预览功能-open BMP file with previews
Platform: | Size: 68608 | Author: 李庆华 | Hits:

[GDI-Bitmapcreatebmp

Description: visualc++6.0实现创建位图 Creating a bitmap object from a BMP file 从位图文件中创建位图对象(6KB)-visualc 6.0 to create bitmap Creating a bitmap object from a BMP file from the bitmap file created bitmap object (6KB)
Platform: | Size: 5120 | Author: 小王 | Hits:

[GDI-Bitmapviewtobmp

Description: VC++实现 Writing a window image to a BMP file 将一个窗口图象存为一个BMP文件(5KB)-VC Writing a window image to a BMP file to a window image saved as a BMP file (5KB)
Platform: | Size: 5120 | Author: 小王 | Hits:

[GDI-Bitmap显示bmp图像的程序

Description: 640*480 256 色 .BMP 文件显示程序,可以浏览、同时显示 4 幅图象,也可以 在屏幕上开 一个窗口显示 .BMP 图象,并可以使用上下左右箭头键、PageUp/PageDown、Ctrl+Left、Ctr l+Right键浏览整幅图象,在S3、ATI等VGA卡上 调试通过-640* 480256 color. BMP file display program can browse, also showed four images on the screen can also open a window on the show. BMP images and can be used above and below the arrow keys, and Page/Prompt, Ctrl Left, Right keys Ctr l View the entire images in S3, ATI VGA cards such as debugging through
Platform: | Size: 4096 | Author: 郭指挥 | Hits:

[Picture Viewerdisp bmp

Description: c语言写的bmp图像读取显示例程,有助于具体了解bmp文件格式,灵活操作-wrote bmp images show routines to read, help to understand the specific bmp file format, flexible operation
Platform: | Size: 2048 | Author: 余飞 | Hits:

[Graph Drawing打开24位BMP

Description: 这是一个模拟acdsee软件打开一幅bmp文件并显示在屏幕上的算法.-This is a simulation software Converter opened a bmp file and display on the screen of the algorithm.
Platform: | Size: 3072 | Author: 王立 | Hits:

[GDI-Bitmapbmp打开放大以及变色

Description: 使用MFC打开BMP文件 并可以发大缩小,以及色相的改变-use MFC open BMP file and can make a big narrow, and the changes hue
Platform: | Size: 1983488 | Author: 小猪 | Hits:

[GDI-BitmapBMP文件转换为JPG文件的源代码

Description: 将BMP文件转换为JPG文件的源代码,很不错的,值得学习哦-BMP file to JPG conversion of the source code, very good, oh worth learning
Platform: | Size: 299008 | Author: 张琳 | Hits:

[Picture Viewerbmp2htm

Description: 作者:RockCarry工作室 陈凯 用TC2.0做的一个将BMP文件转换为HTML文件的小程序。 自己认为效果还不错,目前只能转换256色的BMP文件。 程序代码其实很简单,有兴趣的朋友,可以看看。 使用方法: 运行BMP2HTM文件即可,提示输入BMP文件名,记住目前只能转换256色的BMP图片。 然后会提示是否采用屏蔽色。 最后转换成功,在当前目录下面会生成一个名为A.htm的文件。这个就是转换后的文件了。 如果使用命令行方式,可如下: bmp2htm bmpfile.bmp -m 表示将bmpfile.bmp转换为A.htm,如果加上参数-m则使用屏蔽色,否则不使用。 目前只能支持256色的,并且小于64K的bmp位图。 RockCarry工作室 陈凯 2005.3.26-Author : RockCarry studio with Chen Kai WITH TC 2.0 will do a BMP file converted to HTML documents small programs. They think the results were pretty good, currently only 256-color conversion of BMP file. The code is very simple, interested friends can see. Use : Operation BMP2HTM documents can be, suggesting that BMP file name, remember currently only 256 color conversion of BMP images. Then suggest whether shielding color. The last successful conversion, in the current directory will generate a document entitled A.htm. This is the conversion of documents. If the use of the command line, as follows : bmp2htm bmpfile.bmp-m said bmpfile.bmp converted to A.htm, if the parameters- m using shielding color, or non-use. Currently only support 256-color, and less than 64K of bmp bitmap. RockCa
Platform: | Size: 112640 | Author: 陈凯 | Hits:

[GDI-Bitmap从BMP文件中装入位图并显示(6KB)

Description: 从BMP文件中装入位图并显示 the bmp file has four sections. the first is bitmapfileheader. this contains the bitmap file signature, the size of the bitmap and the offset to the array of bits that define the bitmap image. the next section is the bitmapinfoheader. this contains information such as the height and widht of the bitmap and the number of colors used. this section is followed by the color table. the color table contains two or more rgbquad structures the final section is the actual bits that define the bitmap image. by the way, the bmp file holds a device independent bitmap and sometimes the extension used is dib. the steps outlined below is valid for both windows 95 and windows nt. on windows 95, you can also use the loadimage() function to load a bitmap from a file. although windows nt also supports this function, it does not support the lr_loadfromfile flag. -from BMP file loaded bitmap and show the bmp file has four sections. The first is bitmapfileheader. This contains the bitmap file signature, the size of the bitmap and the offset to the array of bits that define the bitmap image. The next section is the bitmapinfoheader. this contains information such as the height and widht of the bitmap and the number of colors used. this section is followed by the color table. the color table contains two or more structures rgbquad the final section is the actual bits that define the bitmap image. by the way, the bmp file holds a device independent bitmap and sometimes the extension used is Freehand. the steps outlined below is valid for both Windows 95 and Windows NT. on Windows 95, you can also use the loadimage () function to load a bitmap from a fil
Platform: | Size: 7168 | Author: 刘永平 | Hits:

[Other显示bmp

Description: 实现了VC环境下,单文档里面显示BMP图片的功能。-achieve the VC environment, the single BMP file photo shows inside the function.
Platform: | Size: 490496 | Author: 马全亮 | Hits:

[Picture Viewer显示BMP图象的程序

Description: 640*480 256 色 .BMP 文件显示程序,可以浏览、同时显示 4 幅图象,也可以 在屏幕上开一个窗口显示 .BMP 图象,并可以使用上下左右箭头键、PageUp/PageDown、Ctrl+Left、Ctrl+Right键浏览整幅图象,在S3、ATI等VGA卡上 调试通过 -640* 480256 color. BMP file display program can browse, also showed four images on the screen can also open a window on the show. BMP images and can be used above and below the arrow keys, and Page/Prompt, Ctrl Left, Right keys Ctrl View the whole image in S3, ATI VGA cards such as debugging through
Platform: | Size: 4096 | Author: ll | Hits:

[Compress-Decompress algrithmsBMP文件的艺术再现4

Description: BMP文件的存储格式 • DOS方式下调用BMP图像的手段 • 艺术再现BMP图像 -BMP file storage format
Platform: | Size: 865280 | Author: 高俊杰 | Hits:

[2D GraphicGETBMP

Description: 读取bmp文件,生成可插入到C程序中的点阵数组格式.-read bmp file, generate C can be inserted into the procedure for the lattice array format.
Platform: | Size: 1024 | Author: 马兴录 | Hits:

[Graph programTranslateRGBtoHSI

Description: 将bmp文件的真彩色图像转换成HSI图像,便于颜色识别-bmp file to the true color image is converted into HSI image, easy color recognition
Platform: | Size: 1024 | Author: 刘小英 | Hits:

[Picture Viewerbmp.c

Description: tc可以直接调用的c语言图片显示程序,将16色BMP文件显示在你的界面上!-tc can directly call the c language picture display program, 16-color BMP file shows you the interface!
Platform: | Size: 1024 | Author: sunny | Hits:

[Special Effectsbmp2source

Description: This program reads a 24bpp, 8bpp or 4bpp Microsoft Windows(TM) .BMP file and converts it into a C structure with the following information: the bitmap width, the bitmap height, the RGB color palette if the bitmap is 8bpp or 4bpp, an array of 32-bit values representing the scaled down (24bpp to 5:5:5 RGB) color values OR an array of 8-bit or 4-bit indices into the palette.-This program reads a 24bpp, 8bpp or 4bpp Microsoft Windows (TM). BMP file and converts it into a C structure with the following information: the bitmap width, the bitmap height, the RGB color palette if the bitmap is 8bpp or 4bpp, an array of 32-bit values representing the scaled down (24bpp to 5:5:5 RGB) color values OR an array of 8-bit or 4-bit indices into the palette.
Platform: | Size: 46080 | Author: 赵东 | Hits:

[Special EffectsbmpPureC

Description: 纯C++写的读取BMP文件,可以跨操作系统而运行。-write pure C read BMP file, and can run different operating systems.
Platform: | Size: 843776 | Author: | Hits:

[2D GraphicBMPTORGB

Description: 一个读bmp文件并转换图像数据为RGB的例子-a time bmp file and conversion of RGB image data example
Platform: | Size: 1024 | Author: | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net